Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rxjs to v7 #301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update dependency rxjs to v7 #301

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rxjs (source) ^6.6.3 -> ^7.0.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

reactivex/rxjs (rxjs)

v7.8.1

Compare Source

v7.8.0

Compare Source

Features
  • buffer: closingNotifier now supports any ObservableInput (#​7073) (61b877a)
  • delayWhen: delayWhen's delayDurationSelector now supports any ObservableInput (#​7049) (dfd95db)
  • sequenceEqual: compareTo now supports any ObservableInput (#​7102) (d501961)
  • share: ShareConfig factory properties now supports any ObservableInput (#​7093) (cc3995a)
  • skipUntil: notifier now supports any ObservableInput (#​7091) (60d6c40)
  • window: windowBoundaries now supports any ObservableInput (#​7088) (8c4347c)

v7.7.0

Compare Source

Features

v7.6.0

Compare Source

Bug Fixes
  • schedulers: no longer cause TypeScript build failures when Node types aren't included (c1a07b7)
  • types: Improved subscribe and tap type overloads (#​6718) (af1a9f4), closes #​6717
Features
  • onErrorResumeNextWith: renamed onErrorResumeNext and exported from the top level. (onErrorResumeNext operator is stil available, but deprecated) (#​6755) (51e3b2c)

7.5.7 (2022-09-25)

Bug Fixes
Performance Improvements

7.5.6 (2022-07-11)

Bug Fixes
  • share: No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. (#​7005) (5d4c1d9)
  • share & connect: share and connect no longer bundle scheduling code by default (#​6873) (9948dc2), closes #​6872
  • exhaustAll: Result will now complete properly when flattening all synchronous observables. (#​6911) (3c1c6b8), closes #​6910
  • TypeScript: Now compatible with TypeScript 4.6 type checks (#​6895) (fce9aa1)

7.5.5 (2022-03-08)

Bug Fixes
Performance Improvements

7.5.4 (2022-02-09)

Performance Improvements

7.5.3 (2022-02-08)

Bug Fixes
  • subscribe: allow interop with Monio and other libraries that patch function bind (0ab91eb), closes #​6783

7.5.2 (2022-01-11)

Bug Fixes
  • operators that ignore input values now use unknown rather than any, which should resolve issues with eslint no-unsafe-argument (#​6738) (67cb317), closes #​6536
  • ajax: crossDomain flag deprecated and properly reported to consumers (#​6710) (7fd0575), closes #​6663

7.5.1 (2021-12-28)

Bug Fixes
  • export supporting interfaces from top-level rxjs site. (#​6733) (299a1e1)

v7.5.7

Compare Source

Bug Fixes
Performance Improvements

v7.5.6

Compare Source

Bug Fixes
  • share: No longer results in a bad-state observable in an edge case where a synchronous source was shared and refCounted, and the result is subscribed to twice in a row synchronously. (#​7005) (5d4c1d9)
  • share & connect: share and connect no longer bundle scheduling code by default (#​6873) (9948dc2), closes #​6872
  • exhaustAll: Result will now complete properly when flattening all synchronous observables. (#​6911) (3c1c6b8), closes #​6910
  • TypeScript: Now compatible with TypeScript 4.6 type checks (#​6895) (fce9aa1)

v7.5.5

Compare Source

Bug Fixes
Performance Improvements

v7.5.4

Compare Source

Performance Improvements

v7.5.3

Compare Source

Bug Fixes
  • subscribe: allow interop with Monio and other libraries that patch function bind (0ab91eb), closes #​6783

v7.5.2

Compare Source

Bug Fixes
  • operators that ignore input values now use unknown rather than any, which should resolve issues with eslint no-unsafe-argument (#​6738) (67cb317), closes #​6536
  • ajax: crossDomain flag deprecated and properly reported to consumers (#​6710) (7fd0575), closes #​6663

v7.5.1

Compare Source

Bug Fixes
  • export supporting interfaces from top-level rxjs site. (#​6733) (299a1e1)

v7.5.0

Compare Source

Bug Fixes
Features

v7.4.0

Compare Source

Features

7.3.1 (2021-10-01)

Bug Fixes
  • Schedulers: Throwing a falsy error in a scheduled function no longer results in strange error objects. (#​6594) (c70fcc0)
  • scheduling with Rx-provided schedulers will no longer leak action references (#​6562) (ff5a748), closes #​6561
  • forkJoin: now finalizes sources before emitting (#​6546) (c52ff2e), closes #​4914
  • observeOn: release action references on teardown (321d205)
  • types: update schedule signature overload (c61e57c)

v7.3.1

Compare Source

Bug Fixes
  • Schedulers: Throwing a falsy error in a scheduled function no longer results in strange error objects. (#​6594) (c70fcc0)
  • scheduling with Rx-provided schedulers will no longer leak action references (#​6562) (ff5a748), closes #​6561
  • forkJoin: now finalizes sources before emitting (#​6546) (c52ff2e), closes #​4914
  • observeOn: release action references on teardown (321d205)
  • types: update schedule signature overload (c61e57c)

v7.3.0

Compare Source

Bug Fixes
Features
  • retry: Now supports configurable delay as a named argument (#​6421) (5f69795)
  • tap: Now supports subscribe, unsubscribe, and finalize handlers (#​6527) (eb26cbc)

v7.2.0

Compare Source

Bug Fixes
  • debounceTime: unschedule dangling task on unsubscribe before complete (#​6464) (7ab0a4c)
  • fromEvent: Types now properly infer when resultSelector is provided (#​6447) (39b9d81)
Features
  • Operators are all exported at the top level, from "rxjs". From here on out, we encourage top-level imports with RxJS. Importing from rxjs/operators will be deprecated soon. (#​6488) (512adc2), closes #​6242

v7.1.0

Compare Source

Bug Fixes
  • returned operator functions from multicast operators share, publish, publishReplay are now referentially transparent. Meaning if you take the result of calling publishReplay(3) and pass it to more than one observable's pipe method, it will behave the same in each case, rather than having a cumulative effect, which was a regression introduced sometime in version 6. If you required this broken behavior, there is a workaround posted here (#​6410) (e2f2e51), closes /github.com/ReactiveX/rxjs/pull/6410#issuecomment-846087374 #​5411
Features
  • All subjects now have an observed property. This will allow users to check whether a subject has current subscribers without us allowing access to the observers array, which is going to be made private in future versions. (#​6405) (f47425d)
  • groupBy: Support named arguments, support ObservableInputs for duration selector (#​5679) (7a99397)
  • share: use another observable to control resets (#​6169) (12c3716)

7.0.1 (2021-05-12)

Bug Fixes
  • bindCallback: resulting function now recreated underlying Subject and is reusable once again. (#​6369) (abf2bc1)
  • retry: properly handles retry counts smaller than 1. (#​6359) (e797bd7)
  • share: properly closes synchronous "firehose" sources. (#​6370) (2271a91)
  • Observable teardowns now properly called if useDeprecatedSynchronousErrorHandling is true. (#​6365) (e19e104), closes #​6364
  • Subscription: properly release parent subscriptions when unsubscribed. (#​6352) (88331d2), closes #​6351 #​6351
  • node: do not reference DOM-related imports to assist in node usage. (#​6305) (b24818e), closes #​6297

v7.0.1

Compare Source

Bug Fixes
  • bindCallback: resulting function now recreated underlying Subject and is reusable once again. (#​6369) (abf2bc1)
  • retry: properly handles retry counts smaller than 1. (#​6359) (e797bd7)
  • share: properly closes synchronous "firehose" sources. (#​6370) (2271a91)
  • Observable teardowns now properly called if useDeprecatedSynchronousErrorHandling is true. (#​6365) (e19e104), closes #​6364
  • Subscription: properly release parent subscriptions when unsubscribed. (#​6352) (88331d2), closes #​6351 #​6351
  • node: do not reference DOM-related imports to assist in node usage. (#​6305) (b24818e), closes #​6297

v7.0.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Aug 12, 2023

Jest Unit Test Statistics

    1 files  ±0    24 suites  ±0   2m 9s ⏱️ +2s
162 tests ±0  162 ✔️ ±0  0 💤 ±0  0 ±0 
163 runs  ±0  163 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit ef17285. ± Comparison against base commit a80d050.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 4 times, most recently from 10de334 to 8eddf27 Compare August 22, 2023 11:19
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 5 times, most recently from 2d7a723 to f5f3dcf Compare September 7, 2023 17:48
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 2 times, most recently from 4a72422 to 2f4cbbc Compare September 12, 2023 04:05
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 3 times, most recently from c60d2c2 to 2e959e3 Compare September 22, 2023 14:02
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 3 times, most recently from 2a5ab4c to 32f2879 Compare September 29, 2023 12:37
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 2 times, most recently from 5eb1bb0 to 31af4cb Compare October 13, 2023 14:55
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from 31af4cb to ed6d7ea Compare October 20, 2023 08:10
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 2 times, most recently from 2cc5e6a to 488ecf5 Compare October 31, 2023 16:13
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 4 times, most recently from 3dbd998 to aa063f7 Compare November 14, 2023 23:12
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 3 times, most recently from 7c7223d to b0357a6 Compare November 21, 2023 11:10
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from e13e646 to a1660a1 Compare May 10, 2024 23:49
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 2 times, most recently from f259403 to 1632b7a Compare May 31, 2024 09:39
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 2 times, most recently from 9588e67 to 46dcdd9 Compare June 21, 2024 10:01
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 2 times, most recently from fc3ac06 to 94c9630 Compare July 3, 2024 13:28
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from 94c9630 to 634e003 Compare July 27, 2024 19:50
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 2 times, most recently from 37e13dd to e863273 Compare August 16, 2024 23:33
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from e863273 to ec3dfd9 Compare August 30, 2024 01:35
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 2 times, most recently from 940748a to fb3182f Compare September 12, 2024 14:52
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 3 times, most recently from d65d616 to 69ff641 Compare September 29, 2024 18:47
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 4 times, most recently from 6e02931 to 2b9585d Compare October 21, 2024 14:14
Copy link

github-actions bot commented Oct 21, 2024

Jest Unit Test Results

  1 files  ±0   24 suites  ±0   2m 26s ⏱️ ±0s
164 tests ±0  164 ✅ ±0  0 💤 ±0  0 ❌ ±0 
165 runs  ±0  165 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 7e64485. ± Comparison against base commit 65c17ab.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/rxjs-7.x branch 3 times, most recently from ea193b3 to c9de8f9 Compare October 28, 2024 11:22
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from c9de8f9 to 3c80dd5 Compare November 1, 2024 13:55
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from 3c80dd5 to 0046564 Compare November 19, 2024 02:27
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from 0046564 to 84b48bf Compare November 30, 2024 17:25
@renovate renovate bot force-pushed the renovate/rxjs-7.x branch from 84b48bf to 7e64485 Compare December 6, 2024 10:35
Copy link

sonarcloud bot commented Dec 6, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants